[Pig Wiki] Update of PlanTestingHelper by PiSong

2008-05-26 Thread Apache Wiki
of the actual plan and the expected plan. Here are steps that one might do for query parser:- * Given a query string, construct the plan. * Construct the expected plan * Compare two plans Here for testing plan optimizer:- * Construct a plan * Run optimizer * Construct the expected plan

[Pig Wiki] Update of ProposedRoadMap by AlanGates

2007-11-07 Thread Apache Wiki
== The pig query language provides several significant advantages compared to straight map reduce: 1. There are common data query operations that most, if not all, users querying data make use of. These include project, filter, aggregate, join, and sort (all of the common data base relational